body,
* {
  margin: 0;
  padding: 0;
  /* box-sizing: border-box; */
}
/* ---------------NAVBAR-------------------- */

/* ---------------TITLE-------------------- */
h1,
h2 {
  text-align: center;
  color: #045192;
  font-size: 64px;
  line-height: 70px;
  font-weight: 700;
  display: table-cell;
  vertical-align: middle;
}
#title {
  height: 50vh;
  position: relative;
  vertical-align: middle;
  display: table;
  width: 100%;
}
#title::before {
  z-index: -1;
  content: "";
  background-image: url("privacy.png");
  background-size: cover;
  position: absolute;
  top: -83%;
  left: 0px;
  bottom: 0px;
  right: 0px;
  opacity: 0.3;
  /* width: auto; */
}
/* ---------------CONTENT-------------------- */
main {
  margin: 0 15%;
  /* background-color: blue; */
}
p {
  margin-bottom: 4%;
  color: #242424;
  font-size: 19px;
  line-height: 36px;
  font-family: Montserrat, sans-serif;
}
br {
  margin: 1% 0;
}
h4 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #142b51;
  font-size: 40px;
  line-height: 48px;
  font-weight: 500;
}
li {
  color: #242424;
  font-size: 19px;
  line-height: 36px;
  font-family: Montserrat, sans-serif;
}

/* -------FOOTER-------- */
footer {
  background-color: rgb(235, 235, 235);
  margin-bottom: 0 !important;
  text-align: center;
  align-content: center;
}
footer h3 {
  font-size: 20px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 3rem;
  overflow: hidden;
  color: rgb(141, 141, 141);
}
